路由系統route 路由設計routing


Posted by mijouhsieh on 2023-04-09

路由設計routing

REST Representation State Transfer

  • 軟體架構的設計風格
  • 符和此風格,可稱為 RESTful
  • 以資料為中心,搭配 HTTP Method 和 CRUD 資料操作

HTTP Method

GET POST PATCH PUT DELETE

CRUD

Create Read Update Delete

使用 REST 風格 好處:

網址變化規律簡潔
前後端規定好,可想像API格式、預先規劃串接複雜度


#route #routing #REST #RESTful







Related Posts

PyTorch 踩坑紀錄:one of the variables needed for gradient computation has been modified by an inplace operation

PyTorch 踩坑紀錄:one of the variables needed for gradient computation has been modified by an inplace operation

淺談 ORM

淺談 ORM

webpack 與 gulp 差多了好嗎?

webpack 與 gulp 差多了好嗎?


Comments